home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d3 / tscript.arc / HELP.HLP next >
Text File  |  1985-08-02  |  9KB  |  123 lines

  1. This is Turbo Script, a word processor developed originally by Kevin           
  2. Menningen.  This processor was initially developed on an 128k IBM PCjr, and for
  3. this reason, it may not work of 64k systems.  The following keyboard functions 
  4. and their applications are listed below:                                       
  5.                                                                                
  6.     Tab - Moves cursor to next tab position                                    
  7.     Shift Tab(BackTab) - Moves cursor to previous tab position                 
  8.     Cursor Up, Down, Right, Left - Moves cursor to desired position            
  9.     Backspace - Deletes character to the left of cursor                        
  10.     Del - Deletes character under cursor                                       
  11.     Ins - Toggles Insert Mode on/off                                           
  12.     Fn/Home - Moves cursor to beginning of line                                
  13.     Fn/End - Moves cursor to end of line                                       
  14.     Ctrl-Fn/Home - Erases memory and resets processor                          
  15.     Ctrl-Fn/End - Erases from cursor to the end of the line                    
  16.     Fn/PgUp - Pages to previous page                                           
  17.     Fn/PgDn - Pages to next page                                               
  18.     Ctrl-PgUp - Moves cursor to previous word                                  
  19.     Ctrl-PgDn - Moves cursor to next word                                      
  20.     Esc-Esc - Erases the current line                                          
  21.     Ctrl-Fn/PgUp - Moves to beginning of file                                  
  22.     Ctrl-Fn/PgDn - Moves to end of file                                       
  23.  
  24. The following list describes the usage of the ten function keys:               
  25.                                                                                
  26.     F1 - Help.  Displays a list of all the commands and editing keywords       
  27.          that apply to the processor.                                          
  28.                                                                                
  29.     F2 - Search / Replace.  Allows you to search and/or replace any string     
  30.          embedded within the text.  It is menu driven, and basically self-     
  31.          explanatory.  It should be noted, though, that pressing Esc at any    
  32.          time during this function will end the search or replace session.     
  33.                                                                                
  34.     F3 - Tab Menu.  Allows you to set, clear or purge (Clear all tabs) the     
  35.          tab settings.  If you choose set, a tab will be set at the position   
  36.          of the cursor at the time you pressed F3.  If you choose clear, the   
  37.          tab position(if any) at the cursor when you pressed F3 will be        
  38.          cleared.  Purge will clear all tab stops.                             
  39.                                                                                
  40.     F4 - Title.  Marks that line so that when the file is printed, you will    
  41.          be prompted for a title, and it will be made boldface and double      
  42.          width.  You must erase this function if you have a daisy wheel or     
  43.          other type of letter quality printer.                                 
  44.  
  45.     F5 - DOS menu.  Allows you to print a directory of the disk, delete files, 
  46.          rename files, copy files, and exit to DOS.                            
  47.  
  48.     F6 - InsLine.  Just like its Turbo counterpart, this will insert a single
  49.          line at the cursor position.  All the lines below it on the screen
  50.          will be scrolled downward.
  51.  
  52.     F7 - DelLine.  Like its Turbo counterpart, too, this will delete the line
  53.          at the cursor position.  All the lines below that line will be
  54.          scrolled up on line.
  55.  
  56.     F8 - Print.  Prints the current file on the LST: device.  Is menu driven
  57.          and you may set the top, left and right margins.  Any command code
  58.          that does not work on your printer you may delete or change to your
  59.          needs.   
  60.  
  61.     F9 - Load.  Loads the file under the name given.  The name is entered by
  62.          a unique subroutine that works in a way different from normal input.
  63.          It gives you eight dashes, a period, and three more dashes.  When
  64.          you press any key, the character that was entered fills one of the
  65.          dashes, in succession.  If you press the space bar, the cursor is
  66.          moved to the beginning of the extension part, and all spaces between
  67.          are deleted.  If you press enter without specifying an extension, a
  68.          default extension of '.FIL' is added.  Avoid using an '-' within
  69.          your filename, as it tells the subroutine to delete spaces in your
  70.          filename.  The current file is erased and replaced by the new one.
  71.  
  72.    F10 - Save.  Saves the current file under the name given.  The name is
  73.          entered by the same method as Load.
  74.                                                                                
  75.  Alt-A - Enter ASCII character.  This subprogram will ask you for an ASCII     
  76.          number and the number of times to repeat that character.  The string  
  77.          is then printed.                                                      
  78.                                                                                
  79.      A few words on Turbo Script.  This processor has a maximum capacity of    
  80. 500 lines of text.  Do not exceed this, or the system will probably crash.     
  81. This shouldn't be difficult, since 500 lines of text translates to 40,000      
  82. bytes of memory that is free.  There are also some embedded text commands      
  83. that you may find useful.  These commands and their meanings follow:         
  84.                                                                                
  85.      '\' - Starts or stops underlining.  This or any other symbol does not     
  86.            take up any space on the printed line, so that you can underline    
  87.            portions of words.                                                  
  88.                                                                                
  89.      '~' - Starts superscript mode.  All numbers following immediately after   
  90.            this symbol are printed in a superscript mode.                      
  91.                                                                                
  92.      '|' - Starts subscript mode.  Same as superscript, except that all        
  93.            numbers following the symbol are printed in subscript mode.         
  94.                                                                                
  95.    Alt-I - Starts italic printing.  Works just like other commands.  The first 
  96.            press starts italic, the next one stops.  To provide tangible       
  97.            evidence that you did press Alt-I, a '«' will be printed at the     
  98.            location where started italic mode and a '»' will be printed where  
  99.            italic mode was ended.                                              
  100.                                                                                
  101.    Alt-B - Starts boldface printing.  Just like italic printing except the     
  102.            symbol that will be printed is a '▐' to start printing and a '▌' to 
  103.            stop printing in boldface.  Of course, this will not work if you    
  104.            select the Boldface option on the Print Menu (F8).                  
  105.                                                                                
  106.      Examples:                                                                 
  107.                                                                                
  108.      This word will be \underlined\.                                           
  109.      The number '2' will be superscripted~2.                                   
  110.      The number '125' will be subscripted~125.                                 
  111.      This word will be printed in «italic».                                    
  112.      This word will be printed in ▐boldface▌.                                  
  113.                                                                                
  114.      Any other functions are rather self-explanatory.  Please retain my name   
  115. at the beginning of this file.  Happy word processing.                       
  116.                                                                                
  117.                                                                                
  118.                                                                                
  119.                                                                                
  120.                                                                                
  121.                                                                                
  122.                                                                                
  123.